- Because, internet!
Follow along – http://cpsievert.github.io/slides/web-pages
<html>
<head>
<title>Carson Sievert, ISU Redirect</title>
<meta http-equiv="REFRESH" content="0;url=http://cpsievert.github.com/">
</head>
<body>
Please wait while you are redirected to my homepage
</body>
</html>
There's (at least) two ways to serve files via GitHub Pages:
Push files to the special gh-pages branch
$ git branch * master $ git checkout -b gh-pages Switched to a new branch 'gh-pages' $ git branch * gh-pages master $ ls index.Rmd index.html my_project.Rproj $ git add * $ git commit -m "Initial Commit" $ git push origin gh-pages Total 0 (delta 0), reused 0 (delta 0) To https://github.com/cpsievert/my_project * [new branch] gh-pages -> gh-pages
Some other publishing options
I'm glad to stick around and answer any questions…